projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97be2b8
)
* Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport)
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 23 Oct 2014 05:52:47 +0000
(06:52 +0100)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 23 Oct 2014 05:52:47 +0000
(06:52 +0100)
ChangeLog
patch
|
blob
|
history
Makefile.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 91b09a488a33179153c8cfbd13a436a5e8eb30dc..f9b676cea88585a8f247ef1ad5ff525ec732caa2 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
+
2014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
* configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
diff --git
a/Makefile.in
b/Makefile.in
index 103b035a3c9d091329eb040841a2dbacdead167c..81fa82bb30cc4c8153118bd00bd30aa39901fb88 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-981,6
+981,7
@@
info_dir_deps = ${srcdir}/build-aux/dir_top \
## but then we would need to depend on info-real, which would
## slow down parallelization.
${srcdir}/info/dir: ${info_dir_deps}
+ ${MKDIR_P} ${srcdir}/info
tempfile=info-dir.$$$$; \
rm -f $${tempfile}; \
thisdir=`pwd`; \